home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group02b.txt / 000114_icon-group-sender_Mon Nov 11 19:34:46 2002.msg < prev    next >
Internet Message Format  |  2003-01-02  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.11.1/8.11.1) id gAC2Yiw03153
  4.     for icon-group-addresses; Mon, 11 Nov 2002 19:34:44 -0700 (MST)
  5. Message-Id: <200211120234.gAC2Yiw03153@baskerville.CS.Arizona.EDU>
  6. From: Art Eschenlauer <art.eschenlauer@sufsys.com>
  7. To: "'jeffery@cs.nmsu.edu'" <jeffery@cs.nmsu.edu>,
  8.    Art Eschenlauer
  9.      <art.eschenlauer@sufsys.com>
  10. Cc: rhm@cdepot.net, gmt@cs.arizona.edu, icon-group@cs.arizona.edu
  11. Subject: RE: Cygwin (RE: UNIX tools on Windows)
  12. Date: Mon, 11 Nov 2002 15:38:40 -0600
  13. Errors-To: icon-group-errors@cs.arizona.edu
  14. Status: RO
  15.  
  16. [Clint contrasts the Windows compatibility of Cygwin and mingw32]
  17.  
  18. Yes, Apple deserves Kudos for going the unix-like path!
  19.  
  20. The nice thing about the Cygwin environment is that it is so feature rich.
  21. Most of what you need is already available as packages, and if not then you
  22. can readily compile and run many common software packages on Windows with
  23. little more effort than it takes to say
  24.   ./configure; make; make install
  25. Since there are so many packages for it, it is more likely than not that
  26. some odd unix utility that someone used in their makefile is already
  27. deployed onto your machine.
  28.  
  29. Sadly, I have not succeeded in building Unicon with Cygwin, however.
  30.  
  31. In other words, IMHO, if you want to build stuff to give to others, mingw32
  32. rocks.  If you want an environment that makes you immediately productive on
  33. windows, Cygwin is a great help.
  34.